home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / Miami / MiamiSDK / netinclude / sys / ioctl.h < prev    next >
C/C++ Source or Header  |  1997-12-04  |  236b  |  17 lines

  1. #ifndef    _SYS_IOCTL_H_
  2. #define    _SYS_IOCTL_H_
  3.  
  4. #ifndef    _SYS_IOCCOM_H_
  5. #include <sys/ioccom.h>
  6. #endif
  7.  
  8. #ifndef    _SYS_FILIO_H_
  9. #include <sys/filio.h>
  10. #endif
  11.  
  12. #ifndef    _SYS_SOCKIO_H_
  13. #include <sys/sockio.h>
  14. #endif
  15.  
  16. #endif /* !_SYS_IOCTL_H_ */
  17.